Params

interface Params

The parameters of the StartNavigationCallback.

Functions

Link copied to clipboard
open fun isMainFrame(): Boolean
Returns true if the navigation request URL belongs to a main frame.
Link copied to clipboard
open fun isRedirect(): Boolean
Returns true if the request is the result of redirection caused by another request.
Link copied to clipboard
open fun url(): String
Returns a string that represents the navigation request URL.